www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\adminPicsLunBo\admin_newsEdit.asp

    
<%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>





<LINK href="../css.css" type=text/css rel=stylesheet>
<%

dir_set="../../"


%>


<!--#include file=../../inc/conn.asp-->
<!--#include file=../../inc/Functionb.asp-->

<!--#include file=../../inc/ajaxLIB.asp-->

<!--#include file=../inc/checkadmin2.asp-->

<!--#include file=../../inc/functionFiless.asp-->





<!--#include file="inc_ziduan.asp"-->


<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
AJAXshowLoader()


%>
<%
id=request("id")
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from "&aaaa&" where id="&id&"",conn,1,1
%>


<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr> 
<td width="350" height="20" bordercolor="#999999">   
</td>  
<td width="44" align="center" bordercolor="#999999" >

</td>
</tr>

<tr><td colspan=2>

<form method="POST" name="myform" action="admin_newsEdit_chk.asp" target="_self">
<table width="700" border="0" align="center" cellpadding="5" cellspacing="1" class="tableBorder">
  <tr align="center">
    <th height="30" colspan="2"><strong>修改</strong>&nbsp;</th>
  </tr>
    <tr bgcolor="#D6DFF7">
    <td width="120" height="30" align="right">图片名称:</td>
    <td width="639"><input name="title" type="text" id="title" value="<%=rs("title")%>"></td>
  </tr>
  <tr bgcolor="#D6DFF7">
    <td height="30" align="right">图片链接url:</td>
    <td>

<input id="connect" name="connect" type="text"  value="<%=rs("connect")%>"></td>
  </tr>













<tr>
    <td  height="30" align="center" bgcolor="#ffffff"><b>上传图片:</b></td>
          <td  align="left" bgcolor="#EDF8FE" colspan="3">

<input type=hidden name=pica id=pica value="<%=rs("smallpic")%>">

<% if rs("smallpic")<>"" then %>

<a href="<%=rs("smallpic")%>" target=_blank><img src="<%=rs("smallpic")%>" width=150 border=0 id="picb"></a>
<%else %>

<img src="" width=0 border=0 id="picb">

<%end if%>
<iframe name="image" frameborder="0" width='100%' height="69" scrolling="no" src="../D_upfile_nth.asp"></iframe></td>
 </tr>
























  <tr bgcolor="#D6DFF7">
    <td height="30" align="right"><input name="id" type="hidden" id="id" value="<%=id%>"></td>
    <td>&nbsp;&nbsp;
    <input type="submit" name="Submit" value=" 修  改 "></td>
  </tr>
</table>
</form>


</td></tr>
</table>




<%
AJAXcloseLoader()
%>